home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / DebugTool_111.lha / DebugTool.man < prev    next >
Text File  |  1993-05-06  |  4KB  |  199 lines

  1.  
  2.      DebugTool(6)           Amiga User Documentation           DebugTool(6)
  3.  
  4.  
  5.  
  6.  
  7.      ›1mNAME 
  8.  
  9.           ›0mDebugTool - sneak into the depths of INFOCOM adventures 
  10.  
  11.  
  12.      ›1mSYNOPSIS 
  13.  
  14.           DebugTool ›0m[ ›3m-ghamotvdc ›0m] [ ›3m-0123 ›0m] [ ›3mfile ›0m] 
  15.  
  16.  
  17.      ›1mDESCRIPTION 
  18.  
  19.           ›0mThis  little  tool  gives  you  an  insight  into  the inner
  20.           workings and hidden secrets of the classic ›3mINFOCOM (tm) ›0mtext
  21.           adventures.  
  22.  
  23.                It works with every INFOCOM game, whether it is an  old
  24.           standard  one  like  ›3mZork  I ›0mor ›3mDeadline ›0mor one of the newer
  25.           graphics games like ›3mShogun ›0mor ›3mZork Zero. 
  26.  
  27.                ›0mAdditionally, it can be used to analyze the save  files
  28.           of all such games.  
  29.  
  30.  
  31.      ›1mCOMMAND›0m-›1mLINE OPTIONS 
  32.  
  33.           ›0m-›1mg ›0mdisplay name of game 
  34.  
  35.           -›1mh ›0mdisplay game header structure 
  36.  
  37.           -›1ma ›0mdisplay alphabet 
  38.  
  39.           -›1mm ›0mdisplay macros 
  40.  
  41.           -›1mo ›0mdisplay object list 
  42.  
  43.           -›1mt ›0mdisplay object tree 
  44.  
  45.           -›1mv ›0mdisplay (global) variables 
  46.  
  47.           -›1md ›0mdisplay dictionary 
  48.  
  49.           -›1mc ›0mcheck data file 
  50.  
  51.  
  52.           -›1m0 ›0msuppress enumeration 
  53.  
  54.           -›1m1 ›0msuppress attributes 
  55.  
  56.           -›1m2 ›0mdecimal enumeration 
  57.  
  58.           -›1m3 ›0msuppress property stuff 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.      Paul David Doherty               -1-                      Version 1.11
  66.  
  67.  
  68.      DebugTool(6)           Amiga User Documentation           DebugTool(6)
  69.  
  70.  
  71.      ›1mAUTHOR 
  72.  
  73.           ›0mThis  program  was  written  by  me,  Paul David Doherty, in
  74.           1992.  
  75.  
  76.                Some ideas incorporated in this program came from other
  77.           people involved with  INFOCOM  interpreters  and  debuggers,
  78.           especially  Mark  Howell,  Mike  Threepoint, and Paul Smith.
  79.           Sascha Wildner sent me some bug reports.  Thanks a lot.  
  80.  
  81.                If you want to report any bugs or make any suggestions,
  82.           you   can   contact    me    via    Email.    My    address:
  83.           h0142kdd@rz.hu-berlin.de 
  84.  
  85.  
  86.      ›1mCOPYRIGHTS 
  87.  
  88.           ›0mThis program is freely distributable.  However, it is not in
  89.           the  Public  Domain,  so  please  don't  distribute modified
  90.           versions without notifying me.  
  91.  
  92.  
  93.      ›1mBUGS 
  94.  
  95.           ›0mThere are no known bugs.  
  96.  
  97.                However, if you use the ›3m-t ›0moption, you should  set  the
  98.           stack  to  10000  (because  the  recursions  will  eat  some
  99.           stack).  
  100.  
  101.                Also, as the ›3m-t ›0moption performs quite a  few  jumps  in
  102.           the  file, it can take a long time if the file is on a disk.
  103.           It is advisable to put it on your hard disk or into RAM.  
  104.  
  105.  
  106.      ›1mCOMPATIBILITY 
  107.  
  108.           ›0mThe program is  written  without  using  any  Amiga-specific
  109.           functions.   I  have  tried to make it work on little-endian
  110.           machines as well as big-endian ones.    However,  I  had  no
  111.           possibility  to  test whether it compiles (and works) on any
  112.           system apart from the Amiga.  
  113.  
  114.  
  115.      ›1mVERSION HISTORY 
  116.  
  117.           ›0m1.00 (31.5.1992) 
  118.  
  119.                First public release.  
  120.  
  121.           1.01 (18.7.1992) 
  122.  
  123.                Externalised global  variables.    Made  minor  changes
  124.           concerning the header flags.  
  125.  
  126.           1.02 (25.7.1992) 
  127.  
  128.  
  129.  
  130.  
  131.      Paul David Doherty               -2-                      Version 1.11
  132.  
  133.  
  134.      DebugTool(6)           Amiga User Documentation           DebugTool(6)
  135.  
  136.  
  137.                Added -c option.  
  138.  
  139.           1.03 (4.8.1992) 
  140.  
  141.                Minor changes again.  
  142.  
  143.           1.10 (1.11.1992) 
  144.  
  145.                Changed -v option to -d.  Added (new) -v option.  Added
  146.           property stuff  (in  -o  option)  and  -3  option.   Changed
  147.           attributes format (in -o and -t).   Expanded  -t  option  to
  148.           seek for closed  chains.    Added  debugging  info.    Minor
  149.           fixes.  
  150.  
  151.           1.11 (6.5.1993) 
  152.  
  153.                Updated header flags and offsets.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.      Paul David Doherty               -3-                      Version 1.11
  198.  
  199.